Type alias: TRPCClientIncomingMessage<TResult, TError>
TRPCClientIncomingMessage: <
TResult,TError>TRPCClientIncomingRequest|TRPCResponseMessage<TResult,TError>
The client's received messages shape
Type parameters
| Parameter | Default | 
|---|---|
TResult | unknown | 
TError extends TRPCErrorShape | TRPCErrorShape | 
Source
packages/core/dist/rpc/envelopes.d.ts:96
Generated using TypeDoc and typedoc-plugin-markdown